<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_BRITISH</nationality>

		<long_name>Daimler Armoured Car</long_name>
		<short_name>Daimler</short_name>
		<comment>An armoured car with a 2-pounder cannon and a 7.92mm Besa machine gun</comment>

		<uniform>british_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>9</month><year>1941</year><number>50</number></data>
		<data><month>6</month><year>1943</year><number>50</number></data>
		<data><month>9</month><year>1943</year><number>40</number></data>
		<data><month>12</month><year>1943</year><number>40</number></data>
		<data><month>3</month><year>1944</year><number>30</number></data>
		<data><month>6</month><year>1944</year><number>20</number></data>
		<data><month>12</month><year>1945</year><number>20</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Daimler Armoured Car.png</image_profile>
			<weight>7600</weight>
		</attributes>

		<drive>
			<engine>
				<name>Daimler 4 1L</name>
				<horsepower>95</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe><offsetX>70</offsetX><offsetY>180</offsetY></exhaust_pipe>
			<exhaust_pipe><offsetX>-70</offsetX><offsetY>180</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Daimler Armoured Car.png</image_view>

			<width>245</width>
			<length>385</length>
			<height>126</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>16@20</upper_front>
				<lower_front>16@-20</lower_front>
				<side>16</side>
				<upper_rear>16@17</upper_rear>
				<lower_rear>16@-17</lower_rear>
				<top>5</top>
				<bottom>5</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>185</width>
			<length>200</length>
			<height>35</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>16</front>
				<side>16</side>
				<rear>16</rear>
				<top>6</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-Daimler Armoured Car turret.png</image_view>

			<diameter>175</diameter>
			<height>56</height>
			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<rotate_time>15</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>16@10</front>
				<side>16</side>
				<rear>16</rear>
				<top>10</top>
				<mantlet>20</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_2PDR_OQF</type></weapon>
			<weapon><type>WEAPON_LMG_BESA</type></weapon>
			<ammo><for>WEAPON_CANNON_2PDR_OQF</for><flavour>FLAVOUR_AP</flavour><rounds>52</rounds></ammo>
			<ammo><for>WEAPON_LMG_BESA</for><rounds>2700</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
